home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / cdity / AppMenu2_0.lha / AppMenu2.0 / TestMenu.first < prev    next >
Encoding:
Text File  |  1994-05-14  |  279 b   |  12 lines

  1. If NOT EXISTS ENV:AppMenu
  2.    Echo "Creating dir *"ENV:AppMenu*".*N"
  3.    MakeDir ENV:AppMenu
  4.    Wait 1
  5. EndIf
  6. Echo "Creating file *"ENV:AppMenu/AppMenu.prefs*" from *"TestMenu.pre*".*N"
  7. AppMenu >NIL: FROM TestMenu.pre USE
  8. Wait 1
  9. Echo "Starting AppMenuCx"
  10. Run >NIL: AppMenuCx
  11. Wait 5
  12.